home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / DESK95 / wincomm / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TFINDFILE / TFINDFILE.txt
Text File  |  1997-04-14  |  14KB  |  653 lines

  1. object FindFile: TFindFile
  2.   Tag = 1
  3.   Left = 198
  4.   Top = 56
  5.   Width = 489
  6.   Height = 414
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Visible = False
  9.   BorderIcons = [biSystemMenu]
  10.   Caption = 'Find Files'
  11.   Font.Color = clBtnText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object id_startsearch: TButton
  24.     Tag = 70
  25.     Left = 389
  26.     Top = 22
  27.     Width = 91
  28.     Height = 25
  29.     Caption = '&Start search'
  30.     Default = True
  31.     TabOrder = 0
  32.     TabStop = False
  33.     OnClick = id_startsearchClick
  34.   end
  35.   object Cancel: TButton
  36.     Tag = 4002
  37.     Left = 389
  38.     Top = 50
  39.     Width = 91
  40.     Height = 25
  41.     Cancel = True
  42.     Caption = '&Cancel'
  43.     TabOrder = 1
  44.     TabStop = False
  45.     OnClick = CancelClick
  46.   end
  47.   object id_ResultPanel: TPanel
  48.     Left = 0
  49.     Top = 206
  50.     Width = 481
  51.     Height = 181
  52.     TabOrder = 2
  53.     object Label1: TLabel
  54.       Tag = 60
  55.       Left = 8
  56.       Top = 2
  57.       Width = 225
  58.       Height = 13
  59.       AutoSize = False
  60.       Caption = 'Search res&ults:'
  61.       FocusControl = id_ResultBox
  62.     end
  63.     object id_NewSearch: TButton
  64.       Tag = 62
  65.       Left = 129
  66.       Top = 136
  67.       Width = 110
  68.       Height = 23
  69.       Caption = '&New search'
  70.       Enabled = False
  71.       TabOrder = 2
  72.       TabStop = False
  73.       OnClick = id_NewSearchClick
  74.     end
  75.     object id_gotopath: TButton
  76.       Tag = 63
  77.       Left = 241
  78.       Top = 136
  79.       Width = 110
  80.       Height = 23
  81.       Caption = '&Go to file'
  82.       Enabled = False
  83.       TabOrder = 3
  84.       TabStop = False
  85.       OnClick = id_gotopathClick
  86.     end
  87.     object id_WorkWithFound: TButton
  88.       Tag = 64
  89.       Left = 353
  90.       Top = 136
  91.       Width = 110
  92.       Height = 23
  93.       Caption = 'Feed to &listbox'
  94.       Enabled = False
  95.       TabOrder = 4
  96.       TabStop = False
  97.       OnClick = id_WorkWithFoundClick
  98.     end
  99.     object id_view: TButton
  100.       Tag = 61
  101.       Left = 17
  102.       Top = 136
  103.       Width = 110
  104.       Height = 23
  105.       Caption = '&View'
  106.       Enabled = False
  107.       TabOrder = 1
  108.       TabStop = False
  109.       OnClick = id_viewClick
  110.     end
  111.     object id_ResultBox: TWidthListBox
  112.       Left = 4
  113.       Top = 17
  114.       Width = 474
  115.       Height = 117
  116.       Font.Color = clWindowText
  117.       Font.Height = -11
  118.       Font.Name = 'MS Sans Serif'
  119.       Font.Style = []
  120.       ItemHeight = 16
  121.       ParentFont = False
  122.       Style = lbOwnerDrawFixed
  123.       TabOrder = 0
  124.       OnClick = id_ResultBoxClick
  125.       OnDblClick = id_gotopathClick
  126.       OnDrawItem = id_ResultboxDrawItem
  127.     end
  128.     object id_StatusPanel: TPanel
  129.       Left = 3
  130.       Top = 162
  131.       Width = 475
  132.       Height = 17
  133.       Alignment = taLeftJustify
  134.       BevelOuter = bvLowered
  135.       TabOrder = 5
  136.     end
  137.   end
  138.   object TabbedNotebook1: TMyTabbedNotebook
  139.     Tag = 2
  140.     Left = 1
  141.     Top = 2
  142.     Width = 384
  143.     Height = 201
  144.     TabFont.Color = clBtnText
  145.     TabFont.Height = -11
  146.     TabFont.Name = 'MS Sans Serif'
  147.     TabFont.Style = []
  148.     TabOrder = 3
  149.     OnChange = TabbedNotebook1Change
  150.     object TTabPage
  151.       Left = 4
  152.       Top = 24
  153.       HelpContext = 100
  154.       Caption = 'General'
  155.       object Searchfor: TLabel
  156.         Tag = 3
  157.         Left = 7
  158.         Top = 7
  159.         Width = 80
  160.         Height = 14
  161.         AutoSize = False
  162.         Caption = 'Search &for:'
  163.         FocusControl = id_SearchName
  164.         WordWrap = True
  165.       end
  166.       object StartIn: TLabel
  167.         Tag = 4
  168.         Left = 7
  169.         Top = 35
  170.         Width = 80
  171.         Height = 14
  172.         AutoSize = False
  173.         Caption = 'Search &in:'
  174.         FocusControl = id_SearchIn
  175.         WordWrap = True
  176.       end
  177.       object Bevel1: TBevel
  178.         Left = 0
  179.         Top = 80
  180.         Width = 361
  181.         Height = 9
  182.         Shape = bsTopLine
  183.       end
  184.       object id_SearchName: TComboBox
  185.         Left = 85
  186.         Top = 6
  187.         Width = 286
  188.         Height = 21
  189.         DropDownCount = 20
  190.         Font.Color = clWindowText
  191.         Font.Height = -11
  192.         Font.Name = 'MS Sans Serif'
  193.         Font.Style = []
  194.         ItemHeight = 13
  195.         MaxLength = 255
  196.         ParentFont = False
  197.         TabOrder = 0
  198.       end
  199.       object id_SearchIn: TComboBox
  200.         Left = 85
  201.         Top = 32
  202.         Width = 222
  203.         Height = 21
  204.         DropDownCount = 20
  205.         Font.Color = clWindowText
  206.         Font.Height = -11
  207.         Font.Name = 'MS Sans Serif'
  208.         Font.Style = []
  209.         ItemHeight = 13
  210.         MaxLength = 255
  211.         ParentFont = False
  212.         TabOrder = 1
  213.       end
  214.       object id_Drives: TButton
  215.         Tag = 5
  216.         Left = 310
  217.         Top = 30
  218.         Width = 61
  219.         Height = 23
  220.         Caption = '&Drives'
  221.         TabOrder = 2
  222.         OnClick = id_DrivesClick
  223.       end
  224.       object id_searchpackers: TCheckBox
  225.         Tag = 6
  226.         Left = 85
  227.         Top = 60
  228.         Width = 284
  229.         Height = 17
  230.         Caption = 'Search a&rchives (ZIP, ARJ, LZH, TAR, GZ)'
  231.         TabOrder = 3
  232.       end
  233.       object id_DoFindText: TCheckBox
  234.         Tag = 7
  235.         Left = 8
  236.         Top = 90
  237.         Width = 80
  238.         Height = 17
  239.         Caption = 'Find &text:'
  240.         TabOrder = 4
  241.         OnClick = id_DoFindTextClick
  242.       end
  243.       object id_TextToFind: TComboBox
  244.         Left = 85
  245.         Top = 88
  246.         Width = 286
  247.         Height = 21
  248.         DropDownCount = 10
  249.         Enabled = False
  250.         Font.Color = clWindowText
  251.         Font.Height = -11
  252.         Font.Name = 'MS Sans Serif'
  253.         Font.Style = []
  254.         ItemHeight = 13
  255.         MaxLength = 255
  256.         ParentFont = False
  257.         TabOrder = 5
  258.       end
  259.       object id_wholewords: TCheckBox
  260.         Tag = 8
  261.         Left = 85
  262.         Top = 112
  263.         Width = 200
  264.         Height = 17
  265.         Caption = '&Whole words only'
  266.         Enabled = False
  267.         TabOrder = 6
  268.       end
  269.       object id_case: TCheckBox
  270.         Tag = 9
  271.         Left = 85
  272.         Top = 128
  273.         Width = 200
  274.         Height = 17
  275.         Caption = 'Cas&e sensitive'
  276.         Enabled = False
  277.         TabOrder = 7
  278.       end
  279.       object id_Dos: TCheckBox
  280.         Tag = 10
  281.         Left = 85
  282.         Top = 144
  283.         Width = 200
  284.         Height = 17
  285.         Caption = '&ASCII charset (DOS)'
  286.         Enabled = False
  287.         TabOrder = 8
  288.       end
  289.     end
  290.     object TTabPage
  291.       Left = 4
  292.       Top = 24
  293.       HelpContext = 310
  294.       Caption = 'Advanced'
  295.       object cm_and: TLabel
  296.         Tag = 21
  297.         Left = 208
  298.         Top = 14
  299.         Width = 45
  300.         Height = 13
  301.         Alignment = taCenter
  302.         AutoSize = False
  303.         Caption = 'a&nd'
  304.         FocusControl = id_DateTo
  305.       end
  306.       object Bevel2: TBevel
  307.         Left = 0
  308.         Top = 64
  309.         Width = 361
  310.         Height = 9
  311.         Shape = bsTopLine
  312.       end
  313.       object Bevel3: TBevel
  314.         Left = 0
  315.         Top = 108
  316.         Width = 361
  317.         Height = 9
  318.         Shape = bsTopLine
  319.       end
  320.       object id_SearchDate: TCheckBox
  321.         Tag = 20
  322.         Left = 8
  323.         Top = 13
  324.         Width = 101
  325.         Height = 17
  326.         Caption = 'Date &between:'
  327.         TabOrder = 0
  328.         OnClick = id_SearchDateClick
  329.       end
  330.       object id_DateFrom: TEdit
  331.         Left = 112
  332.         Top = 12
  333.         Width = 93
  334.         Height = 21
  335.         Enabled = False
  336.         Font.Color = clWindowText
  337.         Font.Height = -11
  338.         Font.Name = 'MS Sans Serif'
  339.         Font.Style = []
  340.         MaxLength = 10
  341.         ParentFont = False
  342.         TabOrder = 1
  343.       end
  344.       object id_DateTo: TEdit
  345.         Left = 256
  346.         Top = 12
  347.         Width = 93
  348.         Height = 21
  349.         Enabled = False
  350.         Font.Color = clWindowText
  351.         Font.Height = -11
  352.         Font.Name = 'MS Sans Serif'
  353.         Font.Style = []
  354.         MaxLength = 10
  355.         ParentFont = False
  356.         TabOrder = 2
  357.       end
  358.       object id_SearchDelay: TCheckBox
  359.         Tag = 22
  360.         Left = 8
  361.         Top = 40
  362.         Width = 97
  363.         Height = 17
  364.         Caption = 'Not &older than:'
  365.         TabOrder = 3
  366.         OnClick = id_SearchDelayClick
  367.       end
  368.       object id_DelayEdit: TEdit
  369.         Left = 112
  370.         Top = 40
  371.         Width = 93
  372.         Height = 21
  373.         Enabled = False
  374.         Font.Color = clWindowText
  375.         Font.Height = -11
  376.         Font.Name = 'MS Sans Serif'
  377.         Font.Style = []
  378.         MaxLength = 6
  379.         ParentFont = False
  380.         TabOrder = 4
  381.         Text = '1'
  382.       end
  383.       object id_DelayScroll: TScrollBar
  384.         Left = 205
  385.         Top = 40
  386.         Width = 15
  387.         Height = 21
  388.         Enabled = False
  389.         Kind = sbVertical
  390.         TabOrder = 5
  391.         OnScroll = id_DelayScrollScroll
  392.       end
  393.       object id_DelayUnit: TComboBox
  394.         Tag = 30
  395.         Left = 256
  396.         Top = 40
  397.         Width = 93
  398.         Height = 21
  399.         Style = csDropDownList
  400.         Enabled = False
  401.         Font.Color = clWindowText
  402.         Font.Height = -11
  403.         Font.Name = 'MS Sans Serif'
  404.         Font.Style = []
  405.         ItemHeight = 13
  406.         Items.Strings = (
  407.           'hour(s)'
  408.           'day(s)'
  409.           'week(s)'
  410.           'month(s)'
  411.           'year(s)')
  412.         ParentFont = False
  413.         TabOrder = 6
  414.       end
  415.       object id_SearchSize: TCheckBox
  416.         Tag = 23
  417.         Left = 8
  418.         Top = 76
  419.         Width = 97
  420.         Height = 17
  421.         Caption = '&File size:'
  422.         TabOrder = 7
  423.         OnClick = id_SearchSizeClick
  424.       end
  425.       object id_LargerSmaller: TComboBox
  426.         Left = 112
  427.         Top = 76
  428.         Width = 53
  429.         Height = 21
  430.         Style = csDropDownList
  431.         Enabled = False
  432.         Font.Color = clWindowText
  433.         Font.Height = -11
  434.         Font.Name = 'MS Sans Serif'
  435.         Font.Style = []
  436.         ItemHeight = 13
  437.         Items.Strings = (
  438.           '='
  439.           '>'
  440.           '<')
  441.         ParentFont = False
  442.         TabOrder = 8
  443.       end
  444.       object id_SizeEdit: TEdit
  445.         Left = 168
  446.         Top = 76
  447.         Width = 89
  448.         Height = 21
  449.         Enabled = False
  450.         Font.Color = clWindowText
  451.         Font.Height = -11
  452.         Font.Name = 'MS Sans Serif'
  453.         Font.Style = []
  454.         MaxLength = 10
  455.         ParentFont = False
  456.         TabOrder = 9
  457.         Text = '1'
  458.       end
  459.       object id_SizeUnit: TComboBox
  460.         Left = 276
  461.         Top = 76
  462.         Width = 73
  463.         Height = 21
  464.         Style = csDropDownList
  465.         Enabled = False
  466.         Font.Color = clWindowText
  467.         Font.Height = -11
  468.         Font.Name = 'MS Sans Serif'
  469.         Font.Style = []
  470.         ItemHeight = 13
  471.         Items.Strings = (
  472.           'bytes'
  473.           'kbytes'
  474.           'Mbytes')
  475.         ParentFont = False
  476.         TabOrder = 10
  477.       end
  478.       object id_SearchAttribs: TCheckBox
  479.         Tag = 24
  480.         Left = 8
  481.         Top = 120
  482.         Width = 90
  483.         Height = 17
  484.         Caption = 'A&ttributes:'
  485.         TabOrder = 11
  486.         OnClick = id_SearchAttribsClick
  487.       end
  488.       object id_Archive: TMyCheckBox
  489.         Tag = 25
  490.         Left = 96
  491.         Top = 120
  492.         Width = 90
  493.         Height = 17
  494.         AllowGrayed = True
  495.         Caption = '&Archive'
  496.         Enabled = False
  497.         State = cbGrayed
  498.         TabOrder = 12
  499.       end
  500.       object id_Hidden: TMyCheckBox
  501.         Tag = 27
  502.         Left = 184
  503.         Top = 120
  504.         Width = 90
  505.         Height = 17
  506.         AllowGrayed = True
  507.         Caption = '&Hidden'
  508.         Enabled = False
  509.         State = cbGrayed
  510.         TabOrder = 13
  511.       end
  512.       object id_Directory: TMyCheckBox
  513.         Tag = 29
  514.         Left = 276
  515.         Top = 120
  516.         Width = 81
  517.         Height = 17
  518.         AllowGrayed = True
  519.         Caption = '&Directory'
  520.         Enabled = False
  521.         State = cbGrayed
  522.         TabOrder = 14
  523.       end
  524.       object id_ReadOnly: TMyCheckBox
  525.         Tag = 26
  526.         Left = 96
  527.         Top = 144
  528.         Width = 90
  529.         Height = 17
  530.         AllowGrayed = True
  531.         Caption = '&Read only'
  532.         Enabled = False
  533.         State = cbGrayed
  534.         TabOrder = 15
  535.       end
  536.       object id_System: TMyCheckBox
  537.         Tag = 28
  538.         Left = 184
  539.         Top = 144
  540.         Width = 90
  541.         Height = 17
  542.         AllowGrayed = True
  543.         Caption = 'S&ystem'
  544.         Enabled = False
  545.         State = cbGrayed
  546.         TabOrder = 16
  547.       end
  548.       object id_SizeScroll: TScrollBar
  549.         Left = 257
  550.         Top = 76
  551.         Width = 15
  552.         Height = 21
  553.         Enabled = False
  554.         Kind = sbVertical
  555.         TabOrder = 17
  556.         OnScroll = id_SizeScrollScroll
  557.       end
  558.     end
  559.     object TTabPage
  560.       Left = 4
  561.       Top = 24
  562.       HelpContext = 102
  563.       Caption = 'Load/Save'
  564.       object id_PreviousHeader: TLabel
  565.         Tag = 40
  566.         Left = 8
  567.         Top = 4
  568.         Width = 365
  569.         Height = 14
  570.         AutoSize = False
  571.         Caption = '&Previous searches:'
  572.         FocusControl = id_PreviousList
  573.       end
  574.       object id_PreviousList: TListBox
  575.         Left = 8
  576.         Top = 20
  577.         Width = 357
  578.         Height = 102
  579.         Font.Color = clWindowText
  580.         Font.Height = -11
  581.         Font.Name = 'MS Sans Serif'
  582.         Font.Style = []
  583.         ItemHeight = 13
  584.         ParentFont = False
  585.         Sorted = True
  586.         TabOrder = 0
  587.         OnClick = id_PreviousListClick
  588.         OnDblClick = id_LoadClick
  589.       end
  590.       object id_SearchContents: TPanel
  591.         Left = 8
  592.         Top = 124
  593.         Width = 357
  594.         Height = 17
  595.         Alignment = taLeftJustify
  596.         BevelOuter = bvLowered
  597.         TabOrder = 1
  598.       end
  599.       object id_Load: TButton
  600.         Tag = 41
  601.         Left = 40
  602.         Top = 144
  603.         Width = 89
  604.         Height = 25
  605.         Caption = '&Load'
  606.         TabOrder = 2
  607.         OnClick = id_LoadClick
  608.       end
  609.       object id_Save: TButton
  610.         Tag = 42
  611.         Left = 142
  612.         Top = 144
  613.         Width = 89
  614.         Height = 25
  615.         Caption = 'S&ave'
  616.         TabOrder = 3
  617.         OnClick = id_SaveClick
  618.       end
  619.       object id_Delete: TButton
  620.         Tag = 43
  621.         Left = 244
  622.         Top = 144
  623.         Width = 89
  624.         Height = 25
  625.         Caption = '&Delete'
  626.         TabOrder = 4
  627.         OnClick = id_DeleteClick
  628.       end
  629.     end
  630.   end
  631.   object id_GlobalHelp: TButton
  632.     Tag = 4003
  633.     Left = 390
  634.     Top = 78
  635.     Width = 91
  636.     Height = 25
  637.     Cancel = True
  638.     Caption = '&Help'
  639.     TabOrder = 4
  640.     TabStop = False
  641.     OnClick = id_GlobalHelpClick
  642.   end
  643.   object Translate1: TTranslate
  644.     Tag = 5600
  645.     Left = 448
  646.     Top = 88
  647.   end
  648.   object ResolutionFix1: TResolutionFix
  649.     Left = 448
  650.     Top = 120
  651.   end
  652. end
  653.